func runtime.cputicks
19 uses
runtime (current package)
chan.go#L219: t0 = cputicks()
chan.go#L348: sg.releasetime = cputicks()
chan.go#L449: sg.releasetime = cputicks()
chan.go#L468: sg.releasetime = cputicks()
chan.go#L583: t0 = cputicks()
chan.go#L743: sg.releasetime = cputicks()
cputicks.go#L11: func cputicks() int64
debuglog.go#L77: tick, nano := uint64(cputicks()), uint64(nanotime())
lock_spinbit.go#L234: gp.m.mWaitList.startTicks = cputicks()
lock_spinbit.go#L295: endTicks = cputicks()
runtime.go#L34: t.startTicks = cputicks()
runtime.go#L95: nowTicks := cputicks()
select.go#L156: t0 = cputicks()
sema.go#L129: s.releasetime = cputicks()
sema.go#L170: t0 = cputicks()
sema.go#L175: t0 = cputicks()
sema.go#L425: now = cputicks()
sema.go#L608: t0 = cputicks()
tracetime.go#L60: return traceTime(cputicks() / traceTimeDiv)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |